home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Windows / System32 / HTMLRE90.DLL / HTML / 11725 < prev    next >
Encoding:
Text File  |  2002-07-05  |  1.4 KB  |  42 lines

  1.  
  2. <SCRIPT> 
  3.  
  4. function add_remove_per_days()
  5. {
  6.     if (limits_changed)
  7.         if (!confirm(_warnMayLoseChanges))
  8.             return;   
  9.  
  10.     top.target_frame.location = "%2"; 
  11. }
  12.  
  13. </SCRIPT>
  14.  
  15. <table width=100% cellspacing=0 border=0>
  16.     <tr class="clsTabBar">
  17.         <td class="header" > Delete instances after N days for the following users/groups </td> 
  18.         <td align="right"  class="header">         
  19.           <table border=0 cellspacing=0 cellpadding=0>
  20.           <tr valign=center>
  21.           <td class="clsButton" align=middle nowrap>
  22.           <div class="clsButton"><a href="javascript:add_remove_per_days();" onMouseOver="St(36);window.status='';return true;" onMouseOut="Ht()">Add/Remove...</a></div>
  23.           </td>
  24.           </tr>
  25.           </table>        
  26.         </td>         
  27.     </tr>
  28. </table>
  29.  
  30. <INPUT type=hidden name="per_days_rnum" value="%3">
  31.  
  32. <table width=100% cellspacing=0 border=0>
  33.     <TR CLASS="listHeading" WIDTH="100%">
  34.       <TD CLASS="listHeading" WIDTH="20%" ALIGN="LEFT" nowrap><span ID="text"> Name</SPAN></TD>
  35.       <TD CLASS="listHeading" WIDTH="20%" ALIGN="LEFT" nowrap><span ID="text">Full Name </SPAN></TD>
  36.       <TD CLASS="listHeading" WIDTH="8%" ALIGN="LEFT" nowrap><span ID="text">Object</SPAN></TD>
  37.       <TD CLASS="listHeading" WIDTH="32%" ALIGN="LEFT" nowrap><span ID="text">Description</SPAN></TD>
  38.       <TD CLASS="listHeading" WIDTH="20%" ALIGN="RIGHT" nowrap><span ID="text">Maximum Days</SPAN></TD>    
  39.     </TR>
  40.  
  41.     %1
  42. </table>